Namespace - LJCWinFormControls
Parameters
panel - The parent SplitterPanel.
tabControl - The tab control.
adjust - The adjustment value.
tabLeft - The child Left value.
tabTop - The child Top value.
Syntax
C# |
public static Void SetPanelTabControl(SplitterPanel panel, TabControl tabControl, Int32 adjust = 0, Int32 tabLeft = 0, Int32 tabTop = 0)
|
Sets the size for a TabControl within a SplitterPanel.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.